home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
3794
/
3794.xpi
/
chrome
/
skin
/
photoupload
/
overviewpanel.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2009-08-13
|
1KB
|
83 lines
body {
background-color: white;
font-family: sans-serif;
}
/* If you change the .photobox size, update the
#overviewPanelContainer.min-width in photoupload.css */
.photobox {
display: inline-block;
position: relative;
width: 200px;
height: 200px;
-moz-box-shadow: gray 10px 10px 10px;
margin: 10px;
overflow: hidden;
border: 3px solid #CCCCCC;
background-color: white;
}
.photobox:hover, .photobox[selected=true] {
-moz-box-shadow: black 10px 10px 10px;
border-color: black;
}
.photobox[selected=true] {
background-color: #eee;
}
.photobox > * {
position: absolute;
}
.photobox > img {
position: absolute;
margin: auto;
top: 0; bottom: 0;
left: 0; right: 0;
max-width: 200px;
max-height: 200px;
}
.photobox > .filename {
font-size: 14px;
color: #333;
left: 5px;
bottom: 5px;
white-space: pre;
}
.photobox > .remove {
display: none;
right: 0;
bottom: 0;
background-color: black;
-moz-border-radius: 5px;
cursor: pointer;
color: white;
font-weight: bold;
font-size: 120%;
padding: 5px;
opacity: 0.6;
transparent: true;
}
.photobox:hover > .remove {
display: block;
}
#help-message {
z-index: -1;
position: absolute;
top: 50%;
text-align: center;
left: 0;
right: 0;
margin-top: -0.5em;
color: gray;
}
#photobox-template {
display: none;
}